﻿/*特殊功能設定*/
.combo-arrow {
    background: url(images/combo_arrow.png) no-repeat center center;
}


/*-----------------------圖片選轉木馬 CSS設定-----------------------*/
.newsArea {
    text-align: center;
}

    .newsArea .wrap {
        z-index: 20;
    }

    .newsArea .slick-list {
        overflow: hidden;
    }

    .newsArea ul {
        padding: 0px 0;
        padding-left: 5%;
        padding-right: 5%;
    }

        .newsArea ul li {
            float: left;
        }

            .newsArea ul li .item {
                padding: 0 35px;
            }

            .newsArea ul li .Img {
                overflow: hidden;
                border: 2px solid #ffffff;
                height: 200px;
                width: 200px;
            }

                .newsArea ul li .Img img {
                    width: 100%;
                    display: block;
                    transition: 0.9s;
                    height: 200px;
                }

            .newsArea ul li:hover .Img img {
                transform: scale(1.1);
            }

    .newsArea button.slick-arrow {
        border-radius: 99em;
        cursor: pointer;
        border: none;
        background-color: #5b5b5b;
        text-indent: -9999px;
        overflow: hidden;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 15;
        transition: 0.5s;
    }

        .newsArea button.slick-arrow:hover {
            background-color: rgba(212,206,184,1);
            transition: 0.5s;
        }

    .newsArea button.slick-prev {
        background-image: url(../images/icon-prev.png);
        left: 0px;
    }

    .newsArea button.slick-next {
        background-image: url(../images/icon-next.png);
        right: 0px;
    }
/*-----------------------圖片選轉木馬 CSS設定 END-----------------------*/
