@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.buttons .slick-prev,
.buttons .slick-next,
.buttons .btnPlay,.buttons .btnStop,
.buttons .slick-pause{font-size: 0; line-height: 0; position: absolute; bottom: -1px; display: block; width: 36px; height: 36px; padding: 0;color: transparent; border:none; outline: none; z-index:1;}

.buttons .slick-prev:hover:before,
.buttons .slick-prev:focus:before,
.buttons .slick-next:hover:before,
.buttons .slick-next:focus:before,
.buttons .slick-pause:hover:before,
.buttons .slick-pause:focus:before,
.buttons .btnPlay:hover:before,
.buttons .btnPlay:focus:before{opacity: 1;}

.buttons .slick-prev.slick-disabled:before,
.buttons .slick-next.slick-disabled:before,
.buttons .btnPlay.slick-disabled:before{opacity: .25;}

.buttons .slick-prev:before,
.buttons .slick-next:before,
.buttons .btnPlay:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.buttons .slick-prev{right:69px; text-indent: -9999px; background-image: url(../../../../images/main/prev.gif); background-repeat: no-repeat; background-position: center}
[dir='rtl'] .buttons .slick-prev{right: -25px;left: auto;}
.buttons .slick-next{right:-1px; text-indent: -9999px; background-image: url(../../../../images/main/next.gif); background-repeat: no-repeat; background-position: center}
.buttons .btnPlay{right: 34px; text-indent: -9999px; background-image: url(../../../../images/main/puase.gif); background-repeat: no-repeat; background-position: center}
.buttons .btnStop{right: 34px; text-indent: -9999px; background-image: url(../../../../images/main/stop.gif); background-repeat: no-repeat; background-position: center}
.buttons .slick-next:hover,
.buttons .slick-next:focus,
.buttons .btnPlay:hover,
.buttons .btnPlay:focus,
.buttons .btnStop:hover,
.buttons .btnStop:focus,
.buttons .slick-prev:hover,
.buttons .slick-prev:focus{outline: none; opacity: 0.9; -ms-filter: alpha(opacity=90);}

/* [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
} */
/* .slick-next:before
{
    content: '→';
} */
/* [dir='rtl'] .slick-next:before
{
    content: '←';
} */
/* Dots */
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:100px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;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:'Malgun Gothic','맑은 고딕','NanumSquare','나눔스퀘어','돋움',Dotum,Verdana,Arial,helvetica,clean,sans-serif;font-size:50px;line-height:50px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25; -ms-filter: alpha(opacity=50); color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:#01a3e6}
