@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ 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 .name{
    color: #2A9990;
}
.article-list .item .box:hover .name{
    color: #2A9990;
    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: #d90909;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #e9443d;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #1b2157;
}
.type4 .article-list .date{
    color: #d90909; 
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #d90909;
    border-color: #d90909;
}
/*------------ 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: #f7894f;
    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.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .pic:before {
  display: none;  
}
.products-list .box .name,.products-list.type2 .name{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #F0A22D;
}
.products-list.type2 .description,.products-list .description{
    color: #909090;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.05em;
}
.products-list .offers{
    color: #D80000;
}
.products-list.type2 .offers{
    color: #FFF;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    color: #FFF;
    background: #F0A12C;
    width: 64px;
    height: 27px;
    position: absolute;
    z-index: 10;
    left:10px;
    top: 11px;
    text-align: center;
    border-radius: 5px;
}
.products-list .mask{
    overflow:inherit;
}
.products-list .box .pic{
    position: relative;
    box-sizing: border-box;
    border: 3px solid #E7E7E7;
    transition: all .2s; 
}
.products-list.type1 .pic:before {
    content: '';
    background: rgba(102, 102, 102, 0.85);
    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{
    transition: all .2s;  
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.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: 7px;
    right: 7px;
    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;
}
@media screen and (max-width: 1000px){
    .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 {
    width: calc(100% + 30px);
}
@media screen and (max-width: 1440px){
    .products-list.type2 {
        width: calc(100% + 14px);
    }
}
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list .item .name{
    color: #333;
}
.album-list.type1 .item .box .more {
    display: none;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
}
.album-list.type1 .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: #F0A02C;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    margin: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 0;
}
.album-list.type1 .item .name {
    color: #FFF;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    height: 31px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    margin: 3px 0px 3px;
}
.album-list.type1 .item .box:hover .namebox{
    opacity: 1;
}
.album-list.type3 .item .pic:before,
.album-list.type3 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
.album-list.type3 .item .pic:before{
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../../images/layout02/common/album/ic.png');
    z-index: 18;
}
.album-list.type3 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.album-list.type3 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:after{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.album-list.type3 .item .box:hover .pic:before {
    top: 50%;
}
.container .masonry-list.album-list.type1 .item .box:hover .namebox {
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
    transition: all .3s ease;
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.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: #333;
}
.masonry-list.album-list.type1 .item .box:hover .name{
    color: #F0A22D;
}
.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;
}
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 0px;
}
.news-list .btn.more{
    background: #F0A22D;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #FFB23F;
    color: #FFF;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border:none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    margin: 0 auto 0px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    color: #F0A22D;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}
.news-date{
    color: #F0A22D;
    }
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    background: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.05em;
}
.news-list.type4 .item .date{
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1; */

    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    color: #F0A22D;
    /* padding: 5px 6px; */
    margin: -2px 0px -12px 24px;
}
.news-list.type4 .item .date .day{
    /* display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px; */
    order: 3;
    font-size: 20px;
    line-height: 1.35;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.news-list.type4 .name {
    height: 40px;
}
.news-list.type4 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #FFB23F;
    background: transparent;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 20px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type3 .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    margin: 5px 0 5px;
}
.news-list.column3 .item {
    width: 50%;
}
.news-list.column2 .item {
    width: 46%;
}
.news-list.type2 .item {
    padding: 20px;
    margin: 10px;
    background: #ffffff;
    border-bottom: 0px solid #E7E7E7;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    transform: all .3s ease;
}
.news-list.type2 :hover.item{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.news-list.type2 .item .date{
    display: inline-flex;
    color: #F0A22D;
    padding: 5px 0px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.news-list.type2 .item .date .years{
    order: 1;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.news-list.type2 .item .date .years:before{
    display: none;
}
.news-list.type2 .item .date .years:after{
    content: ".";
}
.news-list.type2 .item .date .month{
    order: 2;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.news-list.type2 .item .date .month:after{
    content: ".";
}
.news-list.type2 .item .date .day{
    order: 3;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.news-list.type2 .more-box{
    display: none;
}
.news-list.type2 .pic {
    width: 130px;
}
/* .news-list.type2 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #FFB23F;
    background: transparent;
    left: 0;
    top: 0;
    box-sizing: border-box;
} */
.news-list .item .name{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.news-list .box:hover .name{
    color: #F0A22D;
}
.news-list .item .description{
    color: #7D7D7D;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px){
    .news-list.type2 .pic {
        width: auto;
    }
    .news-list.type2 .txt {
        margin-top: 0;
        padding-top: 5px;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slider,
.banner_m .slider{
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 176%;
    bottom: 0;
    padding: 16px 0 25px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 21px;
    height: 20px;
    border: 0;
    color: transparent;
    background: url('../../../images/layout02/common/index/dot.png');
    background-position: 100% 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background-position: 0 0;
}
.banner_m{
    display: none;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
/*!輪播*/
/*------------ title ------------*/
.title{
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title span{
    color: #F09F2C;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.05em;
}
.title h2{
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    margin: 0;
    position: relative;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more a{
    background: #F0A22D;
    background-size: 400%;
    width: 211px;
    height: 60px;
    line-height: 0px;
    text-align: center;
    display: block;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: all .3s ease;
    font-size: 0;
    box-sizing: border-box;
}
.index_more a span{
    box-sizing: border-box;
    padding: 0 44px;
    position: relative;
    z-index: 5;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    width: 100%;
    transition: all .3s;
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 5.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    right: 17px;
    top: -17px;
}
.index_more a:hover{
    opacity: 0.7;
}
.index_more:after {
    content: "";
    width: 10px;
    height: 15px;
    background-size: contain;
    background: url(../../../images/layout02/common/index/arr1.png) no-repeat;
    display: block;
    position: relative;
    left: 175px;
    bottom: 39px;
    display: block;
    /* height: 101%;
    width: 100%; */
    opacity: 1;
    -webkit-transform: opacity(0);
    transform: opacity(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: all .4s;
    z-index: 1;
    opacity: 1;
}
.index_more:hover:after {
    left: 200px;
    opacity: 0;
}
.index_more::before {
    content: "";
    width: 10px;
    height: 15px;
    background-size: contain;
    background: url(../../../images/layout02/common/index/arr1.png) no-repeat;
    display: block;
    position: relative;
    left: 0px;
    bottom: -36px;
    display: block;
    opacity: 1;
    -webkit-transform: opacity(0);
    transform: opacity(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: all .4s;
    z-index: 1;
    opacity: 0;
}
.index_more:hover:before {
    left: 30px;
    opacity: 1;
}
/* .index_more {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .4s cubic-bezier(1, 0, 0, 1);
} */
.index_more a span:hover{
    right: -25px;
}

/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 0px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    z-index:1;
}
.about-sect .index_more{
    /* display: block;
    margin-top: 30px; */
    display: none;
}
.about-sect .row{
    display: flex;
}
.about-sect .col.pic{
    order: 1;
    position: relative;
    width: 50%;
    display: none;
}
.about-sect .col.pic img{
    min-height: 510px;
    object-fit: cover;
    object-position: left;
}
.about-sect .col.txt{
    width: 100%;
    position: relative;
    order: 2;
}
.about-sect .container{
    max-width: unset;
    padding: 0;
}
.about-sect .title{
    position: relative;
}
.about-sect .txt-box{
    width: 529px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0s ease;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin-top: 100px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    color: #646464;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    overflow: hidden;
    height: 137px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: center;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .title{
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.about-sect .title:before{
    content: "";
    width: 40px;
    height: 2px;
    background: #F0A22D;
    position: absolute;
    left: calc(50% - 22.5px);
    bottom: 2px;
}
.youtube_box{
    /* position: absolute;
    height: auto;
    box-sizing: border-box;
    width: 1200px;
    max-height: inherit;
    z-index: 2;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    left: 0;
    /* top: calc(0% - 150px); */
    /* bottom: 0px;
    margin: auto 0; */
    text-align: center;
    height: 720px;
}
.youtube_box:before {
    content: "";
    display: block;
    position: absolute;
    left: 52px;
    top: 209px;
    width: 351px;
    height: 352px;
    background: url(../../../images/layout02/common/index/yt_icon.png) center no-repeat;
    -webkit-animation: circleRotate2 10s linear infinite;
    animation: circleRotate2 10s linear infinite;
    z-index: 0;
}
@keyframes circleRotate2 {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.video_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_title{
    text-align: center;
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.youtubecontent{
    border-radius: 10px;
}
/* 跑馬燈 */
.marquee {
    width: 100%;
    height: 210px;
    line-height: 120px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 80s linear infinite;
    height: 210px;
}
.marquee .track span {
    position: relative;
    padding: 0 100px 0 0;
    height: 120px;
    overflow: visible;
    white-space: nowrap;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 210px;
    line-height: 1.2;
    color: #ffffff;
}
.marquee:hover .track {
    animation-play-state: paused;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* 跑馬燈 */

/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 80px;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 90px 0 0px;
}
.news-sect::before{
    content: '';
    position: absolute;
    display: block;
    background: url(../../../images/layout02/common/index/news_bg.png) 50% top no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 394px;
    bottom: 0;
}
.news-sect .index_more,.news-sect .title{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom:  0px solid #E6E4E3;
}
.news-list.type2{
    border-bottom: none;
}
.news-list.type3 .item{
    border:none;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list {
    justify-content: center;
}
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item.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;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more::before {
    /* left: 130px;
    bottom: 0px; */
}
.products-sect .index_more::after {
    /* right: 167px;
    bottom: 0px; */
}
.products-sect .index_more{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.products-sect .index_more a{
    
}
.products-sect .index_more a:hover{

}
.products-sect .index_more a span {

}
.products-sect .index_more a:hover span{

}
.products-sect .slick-arrow{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0A22D;
    border: 0;
    color: transparent;
    position: absolute;
    top: calc(50% - 55px);
    right: -85px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-sect .slick-prev::before {
    content: '';
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    position: absolute;
    background: url('../../../images/layout02/common/index/products_arrow.png') center;
}
.products-sect .slick-arrow::before {
    content: '';
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    position: absolute;
    background: url('../../../images/layout02/common/index/products_arrow_hover.png') center;
}
.products-sect .slick-arrow:hover{
    background: #F5C072;
}
.products-sect .slick-prev{
    transform: rotate(180deg);
    right: auto;
    left: -85px;
}
.products-sect .slick-nexte {
    right: -85px;
}
.products-sect{
    position: relative;
    z-index: 1;
    padding-top: 155px;
    padding-bottom: 20px;
}
.products-sect::before{
    content: "";
    width: 100%;
    height: 377px;
    background-size: contain;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, #ffffff00);
    bottom:0px;
}
.products-sect .container{
    display: flex;
    flex-wrap: wrap;
}
.products-box{
    width: 100%;
    padding-bottom: 10px;
}
.products-sect .title{
    width: 100%;
    text-align: center;
    position: relative;
}
.products-sect .title:before{
    content: "";
    width: 40px;
    height: 2px;
    background: #F0A22D;
    position: absolute;
    left: calc(50% - 22.5px);
    bottom: 0;
}
.products-sect .title h2{
}
.products-list{
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list):not(.onlyitem-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .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{
    z-index: 1;
    position: relative;
}
.service-sect::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 150px;
    top: 0px;
    background: url(../../../images/layout02/common/index/service_bg.png) 50% 100% no-repeat;
    background-size: cover;
    z-index: -1;
}
.service-sect .title h2{
    margin-bottom: -25px;
    padding-bottom: 25px;
}
.service-sect .title::before{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F0A02C;
    position: relative;
    line-height: 2.5;
    margin: 0 auto;
    border: 8px solid #F0A02C;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    transition: all 5.0s;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.service-sect .title::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 9px;
    left: calc(50% - 46.5px);
    font-size: 0px;
    background: url(../../../images/layout02/common/index/service_ic.png) center;
    text-align: center;
    opacity: 0;
    transition: all 5.0s;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.loaded .title::after,
.loaded .title::before{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.service-sect .title h2:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #F0A22D;
    position: absolute;
    left: calc(50% - 22.5px);
    bottom: 0;
}
.service-sect .container {
    max-width: unset;
    padding: 0;
}
.service-sect .service-box{
    display: flex;
    flex-direction: column;
    min-height: 860px;
}
.service-sect .service-text{
    width: 100%;
}
.service-sect .service-pic{
    width: 50%;
    position: relative;
    display: none;
}
.service-sect .service-pic img{
    min-height: 495px;
    max-height: 495px;
    object-fit: cover;
    object-position: center;
}
.service-sect .flex {
    max-width: 1330px;
    transition: all 0s ease;
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 83px;
    display: block;
    z-index: 0;
}
.service-sect article.editor {
    position: relative;
    color: #49413F;
    line-height: 1.7;
    overflow: hidden;
    height: 700px;
    font-size: 18px;
}
.service-sect .index_more {
    margin: 0;
    display: flex;
    justify-content: center;
    display: none;
}
.service-sect .title span {
    padding-top: 15px;
}
/*------------ 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: 100%;
    justify-content: center;
}
.album-sect{
    padding: 50px 0 130px;
    z-index: 1;
    position: relative;
}
.album-sect::after{
    content: '';
    background: url(../../../images/layout02/common/bg01.jpg);
    background-size: 100%;
    background-size: cover;
    height: 400px;
    width: 100%;
    bottom: 290px;
    position: absolute;
    z-index: -1;
}
.album-sect .title{
    text-align: center;
    position: relative;
}
.album-sect .title:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #F0A22D;
    position: absolute;
    left: calc(50% - 22.5px);
    bottom: 0;
}
.album-sect .index_more{
    display: none;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
}
.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: 5px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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;
}
.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: 14px 0 0;
    font-size: 16px;
    padding-right: 0;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.contact-sect .arrowL{
    display: none;
}
.contact-sect .btn-box{
    max-width: 800px;
    margin: auto;
}
.form-box{
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #2a9990;
    margin-bottom: 30px;
}
.reminder b:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.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;
    display: none;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1700px){
    .about-sect .col.txt {
        /* width: 60%;    */
    }
    .about-sect .col.pic {
        width: 40%;
    }
    .service-sect .service-text {
        /* width: 60%; */
    }
    .service-sect .service-pic {
        width: 40%;
    }
    .products-sect {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products-sect .slick-prev {
        top: unset;
        bottom: 85px;
        left: calc(50% - 68px);
    }
    .products-sect .slick-next {
        left: calc(50% + 12px);
        top: unset;
        bottom: 85px;
    }
    .products-sect .title {
        margin-bottom: 30px;
    }
    .products-sect .index_more {
        margin-top: 35px;
    }
}
@media screen and (max-width: 1500px){
    .album-sect::after {
        bottom: 220px;
    }
    .service-sect article.editor {
        height: auto;
    }
    .youtube_box:before {
        display: none;
    }
}
@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;
    }
    /*!少量排版*/
    .album-sect {
        padding: 50px 0 0px;
    }
    .album-sect::after {
        height: 150px;
    }
}
@media screen and (max-width: 1000px){
    .banner .slick-dots,
    .banner_m .slick-dots{
        padding: 10px 0 10px;
    } 
    .articles-sect{
        padding: 40px 0 40px;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .news-list.type3, .news-list.type4{
        margin-bottom: 40px;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .title{
        margin-bottom: 15px;
        text-align: center;
    }
    .title h2 {
        font-size: 26px;
    }
    .index_more a {
        /* width: 130px; */
        margin-left: auto;
        margin-right: auto;
        padding-left: 4px;
    }
    .about-sect .row {
        flex-direction: column;
        height: unset;
    }
    .about-sect .col.pic {
        width: 100%;
    }
    .about-sect .col.txt {
        width: 100%;
        padding: 25px 15px 30px 15px;
    }
    .about-sect .col.pic img {
        min-height: 250px;
        max-height: 250px;
    }
    .about-sect .txt-box {
        width: 100%;
        height: unset;
        padding: 0;
        margin-top: 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: unset;
        display: block;
        text-align: left;
        font-size: 15px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-sect .index_more {
        margin-top: 20px;
    }
    .service-sect .service-box {
        flex-direction: column;
        max-height: unset;
        min-height: unset;
    }
    .service-sect .service-text {
        width: 100%;
        padding: 25px 15px 30px 15px;
        box-sizing: border-box;
    }
    .service-sect .service-pic {
        width: 100%;
    }
    .service-sect .service-pic img {
        min-height: 250px;
        max-height: 250px;
        object-position: top;
    }
    .service-sect .flex {
        width: unset;
        max-width: 500px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-sect article.editor {
        height: unset;
        font-size: 15px;
    }
    .service-sect .index_more {
        position: relative;
        top: 0;
        margin-top: 20px;
        display: block;
    }
    .products-sect {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .products-sect .title{
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .news-sect{
        padding: 30px 0 15px;
    }
    .products-box{
        padding: 8px 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 10px;
        padding-bottom:30px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding-top: 5px;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
    }
    .album-sect .title{
        margin: 15px auto 20px;
        width: auto;height: auto;
        padding: 0 0 20px;
        background: none;
    }
    .album-sect .index_more{
        background: none;
        width: auto;height: auto;
        padding: 20px 0 0px;
        line-height: 1;
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: static;
        margin:0 auto;
    }
    .album-list{
        width: 100%;
        margin: 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: inherit;
    }
    .album-list.type1 .item .name {
        font-size:15px;
        height: 22px;
    }
    .products-list.for-cart.type1 .box .wish {
        top: 7px;
        right: 7px;
    }
    .news-list.type2 .item {
        padding: 10px;
        margin: 0px;
    }
    .news-list.column2 .item {
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}