@charset "UTF-8";

/* Arrows */
/* .slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 78px;
    height: 148px;
    padding: 0;
    color: transparent;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    z-index: 2;
} */

.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:before,
.slick-next:before {
    color: white;
    font-size: 0;
    line-height: 1;
}

.slick-prev {
    left: 0;
}

/* .slick-prev:before {
    display: block;
    content: '';
    width: 78px;
    height: 148px;
    background: url(../img/pc/arrow_prev.png) no-repeat center center;
    background-size: cover;
} */

.slick-next {
    right: 0;
}

/* .slick-next:before {
    display: block;
    content: '';
    width: 78px;
    height: 148px;
    background: url(../img/pc/arrow_next.png) no-repeat center center;
    background-size: cover;
} */

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: -36px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.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 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    color: black;
    border-radius: 50px;
}

/* .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #919191;
} */

/* @media only screen and (max-width: 750px) {

    .slick-prev,
    .slick-next {
        width: 38px;
        height: 68px;
    }

    .slick-prev:before {
        width: 38px;
        height: 68px;
    }

    .slick-next:before {
        width: 38px;
        height: 68px;
    }

    .slick-dots {
        bottom: -20px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
} */