@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list { background: #fff;
}

/* 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 */
.slick-prev
{
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 66px;
        height: 66px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        background-image: url('../images/right-arrow.svg');
        background-size: 66px;
        z-index: 99;
    }

.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 66px;
    height: 66px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-image: url('../images/right-arrow.svg');
    background-size: 66px;
    z-index: 99;
}

.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:before,.slick-next:before
{
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{left: -33px;}
[dir='rtl'] .slick-prev{right: -50px;left: auto;}
/* .slick-prev:before{content: url("../img/left-arrow.png")}
[dir='rtl'] .slick-prev:before{content: url("../img/right-arrow.png");} */
.slick-next{right: -33px;}[dir='rtl'] 
.slick-next{right: auto;left: -50px;}

/* .slick-next:before{content: url("../img/right-arrow.png")}

[dir='rtl'] .slick-next:before{content: url("../img/left-arrow.png");} */

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

/* 메인 슬라이드 */
.slick .slick-dots
{
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick .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 .slick-dots li button:hover,
.slick .slick-dots li button:focus
{
    outline: none;
}
.slick .slick-dots li button:hover:before,
.slick .slick-dots li button:focus:before
{
    opacity: 1;
}
.slick .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12pX;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 50%;
}
.slick .slick-dots li.slick-active button:before
{
    background-color: white;
    border: none;
}
/* 2번째 슬라이드 */
.md-slide .slick-dots
{
    position: absolute;
    bottom: -52px;
    display: block;
    max-width: 1400px;
    padding: 0 16px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.md-slide .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 195px;
    height: 3px;
    padding: 0;
    cursor: pointer;
    background-color: #dddddd;
}

.md-slide .slick-dots li.slick-active:before{
    background-color: #009A93;
}

.md-slide ul li.slick-active{
    background-color: #333333;
}
.md-slide .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;
}
.md-slide .slick-dots li button:hover,
.md-slide .slick-dots li button:focus
{
    outline: none;
}
.md-slide .slick-dots li button:hover:before,
.md-slide .slick-dots li button:focus:before
{
    opacity: 1;
}
.md-slide .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    color: #ABBED1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    color:#009A93;
}

/* 모달 슬라이드 */
.modal-slide .slick-dots { width:640px; position: absolute; bottom: 28px; text-align: center; display: flex; justify-content: center;}
.modal-slide .slick-dots li{padding:6px 0 7px 0; width: 80px; display:none; background-color:rgba(0, 0, 0, 0.5); font-size: 18px; font-weight: bold; color: white;border-radius: 30px;}
.modal-slide .slick-dots li.slick-active{display:block;}
@media screen and (max-width:1550px){
    .slick-prev { display: none !important;}
    .slick-next { display: none !important;}
}

@media screen and (max-width:1401px) {
.md-slide .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 13.5vw;
    height: 3px;
    padding: 0;
    cursor: pointer;
    background-color: #dddddd;
}
}

@media screen and (max-width:1024px){
    .modal-slide .slick-dots {
        width: 540px;
        position: absolute;
        bottom: 28px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .layer-popup .slick-dotted.slick-slider{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:768px) {
    .slick-dots
    {
        position: absolute;
        bottom: -39px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }    

    .slick .slick-dots li button:before{ border: 1px solid #52c6a8;}
    .slick .slick-dots li.slick-active button:before
    {
    background-color: #52c6a8;
    border: none;
    }
    .slick .slick-dots {
        position: absolute;
        bottom: -35px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .md-slide .slick-dots li {
        position: relative;
        display: inline-block;
        width: 13vw;
        height: 3px;
        padding: 0;
        cursor: pointer;
        background-color: #dddddd;
    }
    .md-slide .slick-dots
{
    position: absolute;
    bottom: -20px;
    display: block;
    max-width: 1400px;
    padding: 0 16px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.modal-slide .slick-dots {
    width: 430px;
    position: absolute;
    bottom: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width:576px){
    .modal-slide .slick-dots {
        width: 250px;
        position: absolute;
        bottom: 28px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .modal-slide .slick-dots li {
        width: 60px;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        font-weight: bold;
        color: white;
        border-radius: 30px;
}
}