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

@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');
}

.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: .96;
    -ms-filter: alpha(opacity=96);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {display: block !important;
    position: absolute;
    bottom: 0;
    width: 100%; height: 70px; background-color: #fff;
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none; line-height: 23px;
    text-align: left;
}
.slick-dots li{    margin: 20px 5px 0 5px;}
.slick-dots li button {
    padding: 0; height: 30px;
}
/* .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: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    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: #000
}

/* Dots */
.popup-wrap .slick-dotted.slick-slider{margin-bottom:30px;}
.popup-wrap .slick-dots{position:absolute;bottom:100px;display:block;width:100%;height:auto;padding:0;margin:0;background:none;list-style:none;text-align:center;}
.popup-wrap .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.popup-wrap .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;}
.popup-wrap .slick-dots li button:hover,
.popup-wrap .slick-dots li button:focus{outline:none;}
.popup-wrap .slick-dots li button:hover:before,
.popup-wrap .slick-dots li button:focus:before{opacity:1;}
.popup-wrap .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;}
.popup-wrap .slick-dots li.slick-active button:before{opacity:.75;color:#01a3e6}