.banner {
    margin-bottom: 70px;
}
.btn.more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 175px;
    height: 45px;
    line-height: 42px;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #444444;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: 2px solid #444;
    border-radius: 30px;
    margin: 0;
    transition: all .3s ease;
}
.btn.more:hover{
    background: #444;
    color: #fff;
}
.sect1 {
    position: relative;
    padding: 60px 0px 45px;
}
.products-sect .sect-title {
    position: relative;
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    color: #444;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}
.products-sect .sect-title .second_txt {
    color: #444;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.45;
    font-family: '微軟正黑體', sans-serif;
}
.products-sect .slick-dots {
    position: absolute;
    left: 20px;
    top: -70px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: rgba(68,68,68,.3);
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #444444;
}
.products-sect .btn.more{
    position: absolute;
    right: 15px;
    top: 48px;
}

.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n){
    clear: inherit;
}

.sect2 {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.sect2 .container{
    max-width: 100%;
    padding: 0;
}
.sect2 .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
.sect2 .row .col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
    padding: 0;
    box-sizing: border-box;
}
.about-sect,
.news-sect {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    margin: 0;
}

.about-sect {
    position: relative;
    display: block;
    background: url('../../images/common/index/a_bg.webp') no-repeat 0% 0;
    padding: 130px 6.35% 148px 24.5%;
    margin: 0 auto;
}
.about-sect .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 175px;
    height: 45px;
    line-height: 42px;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: 2px solid #FFF;
    border-radius: 30px;
    transition: all .3s ease;
    margin: 55px 0 0;
}
.about-sect .more:hover {
    background: #FFF;
    color: #444;
    border: 2px solid #FFF;
}
.about-sect .sect-title {
    display: flex;
    text-align: left;
    font-size: 50px;
    font-weight: 500 !important;
    letter-spacing: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 1.2;
    align-items: baseline;
    margin: 0 0 30px;
}
.about-sect .sect-title .index-title {
    position: relative;
    color: #fff;
    font-family: '微軟正黑體', sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold !important;
    font-size: 28px;
    font-weight: 1.2;
    margin-left: 15px;
}
.about-sect .a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.about-sect .a_layout .a_slogan {
    position: relative;
    margin: 0 0 32px;
}
.about-sect .a_layout .a_slogan h4 {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}
.about-sect .a_layout .a_slogan span{
    position: relative;
    display: block;
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
    color: #E1D4C4;
    margin: 0;
    /* mix-blend-mode: difference; */
}
.about-sect .a_layout p{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}
.news-sect{
    position: relative;
    display: block;
    background: url('../../images/common/index/n_bg.webp') no-repeat 0% 0;
    padding: 130px 24.5% 148px 6.35%;
    padding-bottom: 105px;
    margin: 0 auto;
}
.news-sect .ibtn.more{
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 175px;
    height: 45px;
    line-height: 42px;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: 2px solid #FFF;
    border-radius: 30px;
    transition: all .3s ease;
    margin: 0 0;
    right: 22.5%;
    top: 148px;
    text-indent: inherit;
}
.news-sect .ibtn.more:hover {
    background: #fff;
    color: #444;
    border: 2px solid #fff;
}
.news-sect .sect-title {
    display: flex;
    text-align: left;
    font-size: 50px;
    font-weight: 500 !important;
    letter-spacing: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 1.2;
    align-items: baseline;
    margin: 0 0 20px;
}
.news-sect .sect-title .index-title {
    position: relative;
    color: #fff;
    font-family: '微軟正黑體', sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold !important;
    font-size: 28px;
    font-weight: 1.2;
    margin-left: 15px;
}

.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 50%;
    padding: 0 20px;
}
/*------------ / site_main ------------*/
.sect3 {
    margin: 85px 0 85px;
}
.sect3 .container .row {
    border-top: none;
    padding: 0px 0 0 0;
}
.sect3 .cf-list li {
    width: 25%;
    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;
}

.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 (max-width: 1800px) {
        .news-sect .ibtn.more {
        position: relative;
        display: block;
        width: 175px;
        height: 45px;
        right: auto;
        top: auto;
        clear: both;
    }
}
@media (max-width: 1680px) {
    .about-sect {
        padding: 80px 8% 100px 10%;
    }

    .news-sect {
        padding: 80px 10% 100px 8%;
    }

    .about-sect .sect-title,
    .news-sect .sect-title {
        font-size: 40px;
    }

}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
    .about-sect .a_layout .a_slogan h4 {
        font-size: 28px;
    }
    .about-sect .a_layout .a_slogan span {
        font-size: 34px;
    }
    .news-list .date {
        font-size: 25px;
        width: 50px;
        height: 57px;
    }
    .sect3 .cf-list li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 0px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .news-sect {
        /* margin: 10px 0 0 0; */
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        /* text-align: right; */
        top: -25px;
    }
    /*****優化版面*****/
    .banner {
        margin-bottom: 0px;
    }
    .products-list .more {
        margin: 10px 0 0;
        width: 85%;
        text-align:  center;
    }
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        margin-bottom: 10px;
    }
    .products-list.type1 {
        margin: 6px 0px;
    }
    .products-sect .sect-title span {
        font-size: 18px;
    }
    .products-sect .sect-title .second_txt {
        font-size: 20px;
    }
    .products-sect .sect-title span:before,
    .products-sect .sect-title span:after {
        top: 5px;
    }
    .products-sect .sect-title {
        display: block;
        font-size: 40px;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
        margin: 0 0 8px 0;
        padding-bottom:8px;
    }
    .sect2 {
        padding: 10px 0;
    }
    .index-about-title {
        display: inline-block;
        font-size: 16px;
    }
    .about-sect .sect-title {
        font-size: 18px;
        padding-top: 0px;
    }
    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }
    .about-sect .more {
        line-height: 1.4em;
        padding: 10px;
        margin: 5px 0 0;
    }
    .sect3 {
        margin:25px 0;
    }
    .sect3 .container .row {
        padding: 10px 0 10px 0;
    }
    .news-list .box {
        margin: 0 auto 0px;
    }
    .news-sect .ibtn.more {
        position: relative;
        margin: 0px 0;
        left: 0;
        top: 0px;
    }
    .news-list .date {
        width: 70px;
    }


    .sect2 .row {
        display: block;
        
    }
    .sect2 .row > .col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .about-sect,
    .news-sect{
        background-size: cover;
        background-position: center top;
    }
    .about-sect,
    .news-sect {
        /* padding: 60px 30px; */
    }
    .about-sect .sect-title,
    .news-sect .sect-title {
        font-size: 32px;
    }
    .products-sect .btn.more {
        position: relative;
        right: 0px;
        top: 0px;
        margin: 40px auto 0;
    }
    .products-list .box.new .pic-box:before {
        width: 65px;
        height: 30px;
        line-height: 30px;
        left: 10px;
        top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .item {
        margin-bottom:17px;
        border: none;
    }
    .about-sect {
        /* padding: 10px 20px;
        margin-bottom:15px; */
    }
    .products-list.type1 .box {
        margin-bottom:0px;
    }
    /***********優化新聞 *************/
    .news-sect {
        /* margin: 15px 0 0 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: #444444;
    }
    .news-sect .ibtn.more {
        margin: -10px 0 15px 0;
    }
    .sect3 .cf-list li {
        width: 50%;
        padding: 0 5px 15px;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 50%;
    }
    .products-sect .slick-dots li button {
        display: none;
    }
    .sect3 .container .row {
        border-top: none;
        padding: 5px 0 0 0;
    }
    .about-sect .sect-title, .news-sect .sect-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .about-sect .sect-title .index-title,
    .news-sect .sect-title .index-title {
        margin-left: 0px;
        line-height: 2;
    }
    .about-sect .a_layout .a_slogan h4 {
        font-size: 23px;
    }
    .about-sect .a_layout .a_slogan span {
        font-size: 25px;
    }
    .about-sect .a_layout p {
        font-size: 14px;
    }
    .products-list .box.new .pic-box:before {
        width: 45px;
        height: 25px;
        line-height: 25px;
        left: 5px;
        top: 5px;
    }
}
    @media screen and (max-width: 400px) {
    .about-sect .a_layout .a_slogan h4 {
        font-size: 18px;
    }
    .about-sect .a_layout .a_slogan span {
        font-size: 20px;
    }
}