@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #E8C94D;
    color: #5E308F;
    font-family: "Noto Serif TC", serif !important;
}
.news-list .box:hover .btn.more {
    background: #774599;
    color: #FFFFFF;
}
.news-list.type3 .date{
    color: #774599;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type3 .item {

    border-left: solid #E4E1DA 1px;
}
.news-list.type4 .txt{
    padding: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date{
    color: #5E308F;
    font-family: "Noto Serif TC", serif !important;
    font-weight: normal;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #5E308F;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    background: #E8C94D;
    width: 65px;
    height: 65px;
    transition: all .3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -55px 0px 15px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .box:hover .date{
    background: #5E308F;
    color: #ffffff;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -18px;
    font-size: 32px;
    font-weight: 500;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.news-list .item .name{
    color: #3D3531;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #774599;
}
.news-list .item .description{
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #545454;
}
.news-list.type4 .name{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0;
}
.news-list.type4 .item .description{
    display: none;
}
@media screen and (max-width:1000px) {
    .news-list.type4{
        margin: 0 -7.5px;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 55px;
        height: 55px;
        margin: -45px 0px 10px 15px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
    .news-list.type4 .item .date .day {
        font-size: 28px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -15px;
}
.products-list.type2 .item{
    padding: 35px 15px 0;
    margin-bottom: 20px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .txt {
    padding-top: 15px;
}
.products-list .box .name,
.products-list.type2 .name{
    color: #3D3531;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.products-list .box:hover .name{
    color: #774599;
}
.products-list.type2 .description,
.products-list .description{
    color: #585858;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
    letter-spacing: 0.05em;
}

.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'New';
    display: block;
    background:#774599;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    line-height: 40px;
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    z-index: 0;
    right: 0;
    top: -35px;
    border-radius: 100%;
    font-family: "Noto Serif TC", serif;
}

.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.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 .2s;
    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;
}
.products-list .pic:before {
    content: '';
    background: rgb(94,48,143,.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list.type2 .pic:before {
    display: none;
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
    .products-list.type2 {
        margin: 0 -7.5px;
    }
    .products-list.type2 .item {
        padding: 25px 7.5px 0;
        margin-bottom: 10px;
    }
    .products-list .box .name, .products-list.type2 .name{
        font-size: 17px;
    }
    .products-list.type2 .description, .products-list .description{
        font-size: 14px;
    }
    .products-list.type2 .txt{
        padding-top: 10px;
    }
    .products-list .box.new:before {
        width: 60px;
        height: 60px;
        font-size: 15px;
        line-height: 32px;
        top: -28px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 .name{
        margin:5px  0 ;
    }
}
/*!列表通用 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{
    /*padding-right: 60px;*/
    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 .name{
    color: #774599;
}
.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;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*------------ 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;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat rgba(0, 0, 0, 0.7);
    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-prev,
.banner_m .slick-prev{
    left: 18px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: 18px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat rgba(0, 0, 0, 1);
    background-size: contain;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 10px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin:5px 0;
    background: #E7E7E7;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #BE9D6D;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 40px;
}
.title span{
    position: relative;
    font-family: "Noto Serif TC", serif;
    color: #5E308F;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2;
}
.title h2{
    position: relative;
    width: fit-content;
    color: #3D3631;
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px auto 0;
}
.title h2::before{
    content: '';
    position: absolute;
    background: url(../../../images/layout01/common/index/line.webp);
    width: 65px;
    height: 10px;
    left: calc(100% + 20px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-size: contain;
}
.title h2::after{
    content: '';
    position: absolute;
    background: url(../../../images/layout01/common/index/line.webp);
    width: 65px;
    height: 10px;
    right: calc(100% + 20px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-size: contain;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    width: 220px;
    height: 60px;
    text-indent: inherit;
    background: #E8C94D;
    color: #5E308F;
    text-align: left;
    line-height: 60px;
    border-radius: 15px 0 15px 0;
    font-family: "Noto Serif TC", serif;
    transition: all .4s ease;
    margin: 0px auto;
    overflow: hidden;
}
.index_more:hover{
    color: #ffffff;
}
.index_more a{
    width: 220px;
    height: 60px;
    font-size: 0;
    display: block;
}
.index_more a span{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 60px;
    padding-left: 30px;
    z-index: 2;
}
.index_more a::before {
    content: '';
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #774599;
    z-index: 0;
    transition: all 0.4s ease;
}
.index_more:hover a::before {
    width: 100%;
    left: 0;
}
.index_more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #5E308F;
    transition: all .4s ease;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
}
.index_more:hover::after{
    border-left: 9px solid #FFFFFF;
}


/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 45px 0 50px;
}
.news-sect .index_more{
    margin: 0px auto 0;
    display: none;
}
.news-sect .n_deco {
    position: absolute;
    left: 84%;
    bottom: -12%;
    z-index: 0;
}

.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;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.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 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;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: url(../../../images/layout01/common/index/bg1.webp);
    padding: 75px 0 190px;
    z-index: 2;
}
.about-sect::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 33.05%;
    background: url(../../../images/layout01/common/index/about_pic.webp) 0% 50% ;
    margin:  0 ;
    background-size: auto;
    background-attachment: fixed;
}
.about-sect::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 120px;
    right: 0;
    left: 44.35%;
    background: rgba(255,255,255,.9);
    margin: auto 0 ;
    background-size: auto;
    background-attachment: fixed;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 45%;
    margin-right: 1%;
    float: right;
    z-index: 2;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .col.pic img{

}
.about-sect .pic img{
}
.about-sect .title{
    position: absolute;
    right: calc(100% + 60px);
    top: 0;
}
.about-sect .title h2{
    display: none;
}
.about-sect .title span{
    position: relative;
    font-size: 120px;
    line-height: .75;
    background: url(../../../images/layout01/common/index/about_pic.webp) no-repeat 50% 0 fixed;
    background-size: 100vw auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    overflow: hidden;
}
.about-sect .index_more{
    position: absolute;
    right: calc(100% + 45%);
    bottom: 0;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 28px;
    color: #5E308C;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.6;
    width: fit-content;
    margin: 0 0 40px;
}
.about-sect .txt-box .index-about-editor .editor h4::before {
    content: '';
    position: absolute;
    background: url(../../../images/layout01/common/index/line.webp);
    width: 65px;
    height: 10px;
    left: 0;
    top: calc(100% + 15px);
    margin: auto 0;
    background-size: contain;
}
.about-sect .txt-box .index-about-editor .editor h4::after {
    content: '';
    position: absolute;
    background: url(../../../images/layout01/common/index/a_flower.webp);
    width: 28px;
    height: 29px;
    left: calc(100% + 15px);
    bottom: 2px;
    margin: auto 0;
    background-size: contain;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    color: #585858;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 244px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}

/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 90px 0 90px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
    margin-bottom: 10px;
}
.products-sect .index_more{
    display: block;
    margin-top: 35px;
}
.products-sect .p_deco{
    position: absolute;
    left: 68%;
    bottom: -1%;
    z-index: 0;
}

.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 25px 30px 25px;
}
.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: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: url(../../../images/layout01/common/index/bg1.webp);
    padding: 70px 0 35px;
}
.service-sect::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 58.5%;
    bottom: 0;
    background: #FFFFFF;
}
.service-sect .title{
    position: relative;
}
.service-sect .editor{
    padding: 0;
}
.service-box{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.service-sect .index_more{
    display: none;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 35px 0 120px;
}
.album-sect .a_deco{
    position: absolute;
    right: 56%;
    bottom: -24%;
    z-index: 0;
}
.album-sect .album-list{
    margin: 0 -7.5px;
}
.album-sect .album-list .item{
    padding: 0 7.5px;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 76.5%;
    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(94,48,143,.9);
    color: #fff;
    font-size: 15px;
    padding: 15px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2;
    font-family: "Noto Serif TC", serif !important;
    transition: all .3s ease;
}
.album-list.type1 .item .name{
    height: auto;
    -webkit-line-clamp: 1;
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}

.album-sect .container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.album-sect .title{
    position: relative;
    text-align: left;
    width: 23.5%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 4.65%;
    padding-top: 15px;
}
.album-sect .title span::before{
    content: '';
    position: absolute;
    background: url(../../../images/layout01/common/index/line.webp);
    width: 65px;
    height: 10px;
    top: calc(100% + 15px);
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.album-sect .title h2{
    margin: 40px 0 0;
}
.album-sect .title h2::before,
.album-sect .title h2::after{
    display: none;
}
.album-sect .index_more{
    position: absolute;
    margin-top: auto;
    left: 5.5%;
    bottom:0;
}


/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 40px;
    padding: 0;
}
.album-sect.masonry-album-sect .title h2::before,
.album-sect.masonry-album-sect .title h2::after{
    display: block;
}
.album-sect.masonry-album-sect .title span::before{
    display: none;
}
.album-sect.masonry-album-sect .title h2 {
    margin: 10px auto 0;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.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: 0px 0 0;
}
.masonry-album-sect .album-list .item{
    padding: 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.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{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.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{
    margin: 6px 0 0;
    font-size: 16px;
    color: #4C4C4C;
}
/*!少量排版*/
/*----------- 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){

}
@media screen and (max-width: 1280px){
    .album-sect .title{
        width: 28%;
        padding-left: 2.65%;
        padding-top: 0;
    }
    .album-list{
        width: 72%;
    }
    .album-sect .index_more {
        position: absolute;
        margin-top: auto;
        left: 2.65%;
        bottom: 0;
    }
    
}
@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;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .index_more{
        width: 185px;
        height: 50px;
        line-height: 50px;
    }
    .index_more a{
        width: 185px;
        height: 50px;
    }
    .index_more a span{
        line-height: 50px;
        font-size: 15px;
    }
    .index_more::after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #5E308F;
        right: 30px;
    }

    .title{
        margin: 0 0 30px;
    }
    .title span{
        font-size: 40px;
    }
    .title h2{
        font-size: 22px;
    }
    .title h2::before,
    .title h2::after{
        width: 58px;
        height: 9px;
    }

    .news-sect {
        padding: 45px 0 10px;
    }
    .about-sect{
        padding: 60px 0 180px;
    }

    .about-sect::before{
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-attachment: inherit;
    }
    .about-sect::after{
        left: 0;
        right: 0;
        bottom: 20%;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 650px;
    }
    .about-sect .txt-box{
        text-align: center;
        box-sizing: border-box;
        position: relative;
        padding: 0 15px;
    }
    .about-sect .title{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto 20px;
    }
    .about-sect .title span{
        font-size: 65px;
        background: url(../../../images/layout01/common/index/about_pic.webp) no-repeat 50%;
        background-size:  auto;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 14px;
        height: auto;
        -webkit-line-clamp:inherit;
        text-align: left;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 24px;
        margin: 0 auto 30px;
        letter-spacing: 0.15em;
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor h4::before{
        width: 58px;
        height: 9px;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor h4::after{
        width: 23px;
        height: 24px;
        left: calc(100% - 20px);
        bottom: 40px;
    }
    .about-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 30px auto 0;
        bottom: inherit;
    }
    .products-sect{
        padding: 60px 0 70px;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .products-sect .index_more{
        margin-top: 30px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0px 0;
    }
    .service-sect{
        padding: 60px 0 10px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .album-sect{
        padding: 10px 0 70px;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 80px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .title{
        width: fit-content;
        padding: 0;
        margin: 0 auto 30px;
    }
    .album-sect .title span::before{
        display: none;
    }
    .album-sect .title h2{
        margin: 10px auto 0;
    }
    .album-sect .title h2::before,
    .album-sect .title h2::after{
        display: block;
    }
    .album-sect .index_more{
        position: relative;
        left: inherit;
        bottom: inherit;
        margin: 40px auto 0;
    }
    .album-sect .album-list .item .namebox{
        padding: 10px 10px;
    }
    .album-sect .album-list .item .name{
        font-size: 17px;
    }
    .service-sect::before {
        top: 65.5%;
    }
    .album-sect .album-list{
        margin: 0 auto;
    }
    .album-sect .album-list .item{
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
}
@media screen and (max-width: 720px) {
    .service-sect::before {
        top: 57.5%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}