.banner {
    margin-bottom: 30px;
}
/* btn樣式設定 */
.btn.more {
    line-height: 15px;
    color: #85858C;
    font-size: 15px;
    margin-bottom: 4px;
    width: 50px;
    position: absolute;
    top: 138px;
    left: 240px;
    right: 0;
    margin: 0 auto;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    z-index: 10;
}
.btn.more span {
    position: absolute;
    top: -10px;
    padding: 2px 5px;
    margin: 0 0 0 -41px;
    letter-spacing: 0px;
    transition: letter-spacing 0.5s;
    color: #85858C;
    font-weight: 300;
}
.btn.more span:hover {
    letter-spacing: 0.1em;
}
.btn.more span::after{
    content: '+';
    position: relative;
    right: -8px;
    top: 0px;
    font-size: 15px;
    font-weight: bolder;
    transition: all 0.3s ease;
}
.btn.more span:hover::after{
    color: #333333;
}
.btn.more span::before{
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    border: 1px solid #CCCCCC;
    position: absolute;
    right: -17px;
    top: -8px;
    z-index: -1;
    clip-path: polygon(0 0, 0 25%, 50% 25%, 50% 75%, 0 75%, 0 100%, 100% 100%, 100% 0);
}
.btn.more span:hover::before{
    border-color: #A3A3A3;
}
/* btn樣式設定結束 */
.sect1 {
    padding: 55px 0px;
    text-align: center;
   position: relative;
}
.sect1:before {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    bottom: -200px;
    background: url(../../images/common/index/bg01.jpg)center 100%;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    z-index: -1;
}
.sect1 .container{
   position: relative;
}
.sect1 .container:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -90px;
    right: -90px;
    bottom: -40px;
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    z-index: -1;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    box-shadow: rgb(0 0 0 / 12%) 5px 5px 20px 0px;
}
.sect1 .container::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: url(../../images/common/index/pr_deco.png)center 100%;
    display: block;
    height: 48px;
    width: 94px;
    display: block;
    z-index: 10;
    visibility: unset;
    margin: 0 auto;
}
.products-list.type1 {
    margin: 0 -30px;
}
.products-sect .sect-title {
    padding: 90px 0 5px;
    display: block;
    position: relative;
}
.products-sect .sect-title span {
    font-size: 15px;
    color: #85878C;
    font-weight: normal;
    position: relative;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.15em;
    top: 5px;
}
.products-sect .sect-title span:before {
    content: "";
    content: "";
    display: block;
    position: absolute;
    left: -76px;
    top: 7px;
    width: 56px;
    height: 52px;
    background: url(../../images/common/index/tic.png) no-repeat;
}
.products-sect .sect-title .second_txt {
    color: #3F3F3F;
    font-size: 34px;
}
.products-sect .btn.more {
    line-height: 15px;
    color: #85858C;
    font-size: 15px;
    margin-bottom: 4px;
    width: 50px;
    position: absolute;
    top: 138px;
    left: 240px;
    right: 0;
    margin: 0 auto;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    z-index: 10;
}
.products-sect .btn.more span {
    background: #ffffff;
    position: absolute;
    top: -10px;
    padding: 2px 5px;
    margin: 0 0 0 -41px;
    letter-spacing: 0px;
    transition: letter-spacing 0.5s;
    color: #85858C;
    font-weight: 300;
}
.products-sect .btn.more span:hover {
    letter-spacing: 0.1em;
}
.products-sect .btn.more span::after{
    content: '+';
    position: relative;
    right: -8px;
    top: 0px;
    font-size: 15px;
    font-weight: bolder;
    transition: all 0.3s ease;
}
.products-sect .btn.more span:hover::after{
    color: #333333;
}
.products-sect .btn.more span::before{
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    border: 1px solid #CCCCCC;
    position: absolute;
    right: -17px;
    top: -8px;
    z-index: -1;
    clip-path: polygon(0 0, 0 25%, 50% 25%, 50% 75%, 0 75%, 0 100%, 100% 100%, 100% 0);
}
.products-sect .btn.more span:hover::before{
    border-color: #A3A3A3;
}
.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -25px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    border: 1px solid #D6D6D6;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #85878C;
}
.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.sect1:before {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    bottom: -196px;
}
.sect2 {
    padding: 60px 0 0px;
}
.sect2 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sect2 .row .col:first-child{
    display: flex;
}
.about-sect-pic{
    display: block;
    box-shadow: rgb(0 0 0 / 15%) 0px 7px 25px 0px;
    position: absolute;
    left: 25px;
    display: none;
}
.about-sect {
    display: block;
    margin: 0 auto;
    background: url(../../images/common/index/about_bg.png) repeat-x 0 0 #ededed;
    padding: 20px 50px;
    position: relative;
}
.about-sect:hover {
    opacity: 0.8;
}
.about-sect .btn.more {
    display: block;
    position: absolute;
    box-sizing: unset;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
    width: 45px;
    padding: 29px 14px;
    top: unset;
    left: unset;
    font-size: 15px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.about-sect .btn.more:hover {
    background: #85878C;
}
.about-sect .btn.more span{
    position: relative;
    top: unset;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    transition: unset;
    color: #85878C;
    transition: all 0.3s ease;
}
.about-sect .btn.more:hover span{
    color: #fff;
}
.about-sect .btn.more span::before,
.about-sect .btn.more span::after{
    display: none;
}
.about-sect .index-about-txt {
    background: #fff;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: 20px solid #fff;
    margin: 20px 0;
}
.sect2 .sect-title {
    text-align: left;
    font-size: 15px;
    color: #85858C;
    font-weight: normal;
    position: relative;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.15em;
    display: none;
}
.sect2 .about-sect .sect-title{
    display: block;
}
.news-sect .btn.more {
    border-bottom: 1px solid #DBDCD3;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
    left: unset;
    right: unset;
    top: unset;
}
.news-sect{
    position: relative;
}
.news-list {
    margin: 0 -6px;
    position: relative;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}
.sect3 .container .row {
    border-top: none;
    padding: 0px 0px 25px;
    background: url(../../images/common/bg.jpg) 0% 0% repeat;
}
.sect3 .container .row:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    width: 100%;
    height: 67px;
    background: #A2A2A2;
    background: url(../../images/common/index/ad_bg.png)center 100%;
    background-size: cover;
    z-index: -1;
    background-size: contain;
}
/*------------ / site_main ------------*/
.sect3 {
    margin: 10px 0 40px;
}
.sect3 .cf-list li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.sect3 .cf-list li .pic {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}
.sect3 .cf-list li .box{
    position: relative;
}
.sect3 .cf-list li .box .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.sect3 .cf-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.sect3 .cf-list .box:hover .pic:before {
    opacity: 1;
}
.sect5 .index_AD {
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 27px;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
}
@media screen and (max-width: 1600px) {
    .banner button.slick-prev {
        left: 10px;
        transition: all .3s ease;
    }
    .banner button.slick-next {
        background-position: 100% 0%;
        right: 10px;
    }
}
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1280px) {
    .sect3 {
        margin: 45px 0 40px;
    }
    .index-about-title, .index-news-title{
        font-size: 28px;
    }
}
@media screen and (max-width: 1000px) {
    .banner button.slick-arrow{
        display: none !important;
    }
    .products-sect .btn.more{
        left: 0;
        position: relative;
        top: unset;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 0px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .sect2 .row .col:last-child {
        width: 100%;
        margin-top: 15px;
    }
    .sect2 .row .col:first-child{
        width: 100%;
    }
    .sect1:before {
        bottom: -100px;
    }
    .news-sect .btn.more {
        left: 145px;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
    }
    /*****優化版面*****/
    .banner {}
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        margin-bottom: 10px;
        padding-top: 30px;
    }
    .products-list.type1 {
        margin: 6px 0px 18px;
    }
    .products-sect .sect-title span {
        font-size: 15px;
        letter-spacing: 0.1em;
        top: -5px;
    }
    .products-sect .sect-title .second_txt {
        font-size: 25px;
    }
    .products-sect .sect-title span:before{
        display: none;
    }
    .products-sect .sect-title {
        display: block;
        padding: 60px 0 15px;
    }
    .products-list .name {
         font-size: 16px;
    }
    .sect2 {
        padding: 10px 0;
    }
    .about-sect .sect-title {
        letter-spacing: 0.1em;
    }
    .about-sect .index-about-txt {}
    .about-sect .more {}
    .sect3 {
        margin:25px 0;
    }
    .sect3 .container .row {
        padding: 0px 0px 30px;
    }
    .sect3 .container .row:before {
        bottom: -15px;
    }
    .news-list .box {
        margin: 0 auto 0px;
    }
    .news-sect .ibtn.more {
        margin: 15px 0;
    }
    .products-sect .slick-dots li button {
        display: none;
    }
    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    .products-sect .btn.more span {}
    .news-list .item {
        margin-bottom:17px;
        border: none;
    }
    .sect1:before {
        bottom: -123px;
    }
    .about-sect {
        padding: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .about-sect-pic{
        display: none;
    }
    .products-list.type1 .box {
        margin-bottom:0px;
    }
    /***********優化新聞 *************/
    .news-sect {
        margin: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .description {
        -webkit-line-clamp: 2;
        max-height:40px;
    }
    .news-sect .ibtn.more {
        margin: 10px 0;
    }
    .news-sect .ibtn.more span {
        width:40%;
        background: #B8B9AA;
        color: #fff;
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 30px;
        right: 0;
        top: 15px;
        margin: 0px auto;
        text-indent: 0;
        font-size: 12px;
    }
    .news-sect .ibtn.more span:before,
    .news-sect .ibtn.more span:after {
        content: " ‧ ";
        display: inline-block;
        vertical-align: middle;
        margin: -4px 5px 0;
        font-size: 24px;
        font-weight: normal;
    }
    .news-sect .ibtn.more:hover span {
        background: #7FCAA5;
    }
    .news-sect .ibtn.more {
        margin: -10px 0 15px 0;
    }
    .about-sect {
        padding: 10px 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 50%;
    }
    .products-sect .slick-dots li button {
        display: none;
    }
    .sect3 .cf-list li {
        width: 50%;
        padding: 0 5px 15px;
    }
    .sect3 .container .row {
        border-top: none;
        padding: 5px 0 0 0;
    }
}
@media screen and (max-width: 500px) {}
