@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
opacity: .5;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
/*    color: transparent;
    outline: none;
    background: transparent;*/opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 1;
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 100%;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;outline: 1px solid currentColor;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    display: block;
    content: ' ';
    text-align: center;
    border-radius: 100%;
    background: #c0c0c0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    background: #96c9d4;
}
/*輪播banner箭頭*/
.slick-prev, .slick-next {
    width: 30px;
    height: 107px;
        -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
  /*  margin-top: -6%;*/

}
.slick-prev{
    background:url(../../images/icon/leftBtn.png) no-repeat center/cover; 
}
.slick-next{
    background:url(../../images/icon/rightBtn.png) no-repeat center/cover; 
}
.slick-prev:before, .slick-next:before {
/*   
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    display: none;
}
/*.slick-prev:hover, .slick-prev:focus {  
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;

    background:url(../../images/icon/leftBtn_h.png) no-repeat center/cover; 
}
.slick-next:hover, .slick-next:focus {  
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;

    background:url(../../images/icon/rightBtn_h.png) no-repeat center/cover; 
}
*/