@charset "UTF-8";

/* Arrows */
#lp_contents .slick-prev,
#lp_contents .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* Dots */
#lp_contents .slick-dots {
    position: absolute;
    right: 54px;
    bottom: 64px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

#lp_contents .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0 0 0 8px;
    cursor: pointer;
}

#lp_contents .slick-dots li button {
    display: block;
    width: 5px;
    height: 5px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}

#lp_contents .slick-dots li button:hover,
#lp_contents .slick-dots li button:focus {
    outline: none;
}

#lp_contents .slick-dots li button:hover::before,
#lp_contents .slick-dots li button:focus::before {
    opacity: 1;
}

#lp_contents .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: #fff;
    border-radius: 5px;
}

#lp_contents .slick-dots li.slick-active button::before {
    margin-top: -1px;
    background: transparent;
    border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    #lp_contents .slick-dots {
        right: auto;
        bottom: 6.4vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #lp_contents .slick-dots li {
        width: 1.066vw;
        height: 1.066vw;
        margin: 0 .8vw;
    }

    #lp_contents .slick-dots li button {
        width: 1.066vw;
        height: 1.066vw;
    }

    #lp_contents .slick-dots li button::before {
        width: 1.066vw;
        height: 1.066vw;
        border-radius: 1.066vw;
    }
}
