@charset 'UTF-8';
/* Arrows */

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow{
	width: 6.6%!important;
	height: 26.4%!important;
}
.slick-prev:before{
    background: url(../img/arrow_left.png) no-repeat bottom!important;
    background-size: contain!important;
}
.slick-next:before{
    background: url(../img/arrow_right.png) no-repeat bottom!important;
    background-size: contain!important;
}
.slick-prev,
.slick-next
{
    position: absolute;
    top: 21%;
    display: block;
    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;
}
.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
{
    left: 0;
    z-index: 1;
}
.slick-next
{
    right: 0;
    z-index: 1;	
}

/* Dots */
.slick-dotted.slick-slider
{
	height:100%;
	position: relative;
}

.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
	bottom:5%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slider02 .slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
	bottom:15%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
/*     width: 20px;
    height: 20px; */
    margin: 0 3% 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2em;
    height: 2em;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    content: '●';
    text-align: center;
    color: #aaaaab;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color: #0c2350;
}
