

div.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

div.slide>.slide_back,
div.slide>.slide_back2 {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.slide>.slide_back>div,
div.slide>.slide_back2>div {
    line-height: 20px;
    padding: 0;
    height: inherit;
    overflow-y: hidden;
    object-fit: cover;
    margin: 0;
    border: 0 solid #cacaca;
    display: inline-block;
    float: left;
    background-color: #ffffff;
    font-size: 13px;
    position: relative;
}

div.slide>.slide_back>div img,
div.slide>.slide_back2>div img {
    /* height: 100%;
    width: 100%;
    object-fit: cover; */
}

.btn_prev {
    position: absolute;
    left: 10px;
    bottom: 60px;
    width: 20px;
    cursor: pointer;
    z-index: 10000;
}

.btn_next {
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 20px;
    cursor: pointer;
    z-index: 10000;
}

div.slide>div.dots {
    width: 100px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
}

div.slide>div.dots>div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

div.slide>div.dots>div>div {
    width: 7px;
    height: 7px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 5px;
    background-color: #333;
}

#dot1 {
    background-color: #F26C5B;
}

.slide {
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.slide .prev,
.slide .next {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
    position: absolute;
    background: #fff;
    z-index: 999;
}

.slide .prev {
    border-radius: 3px;
    left: 16px;
    background: url(https://cfgwjnavbbck16272555.cdn.ntruss.com/data1/knowhowcok/25-03/img/arrow_left.svg) no-repeat center center/13px 26px rgba(0, 0, 0, 0.3);
}

.slide .next {
    border-radius: 3px;
    right: 16px;
    background: url(https://cfgwjnavbbck16272555.cdn.ntruss.com/data1/knowhowcok/25-03/img/arrow_right.svg) no-repeat center center/13px 26px rgba(0, 0, 0, 0.3);
}


.slide_txt {
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}


.slide .image {
    width: 100vw;
    height: auto;
}

.slide .image img {
    width: 100vw;
    height: auto;
}



/* 신규소스 */


.image-carousel {
    position: relative;
    max-width: 500px;
    margin: auto 16px;;
    overflow: hidden;
}

.carousel-items {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    width:100vw; height:auto;

}

.carousel-item img{width:100%; height:auto;}

/* .indicators {
    text-align: center;
    margin-top: 10px;
} */
/* 
.indicator {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.indicator.active {
    background-color: #F26C5B;
} */

.arrow {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    user-select: none;
}




.arrow.left {

    border-radius: 3px;
    left: 16px;
    background: url(https://cfgwjnavbbck16272555.cdn.ntruss.com/data1/knowhowcok/25-03/img/arrow_left.svg) no-repeat center center/13px 26px rgba(0, 0, 0, 0.3);
}

.arrow.right {

    border-radius: 3px;
    right: 16px;
    background: url(https://cfgwjnavbbck16272555.cdn.ntruss.com/data1/knowhowcok/25-03/img/arrow_right.svg) no-repeat center center/13px 26px rgba(0, 0, 0, 0.3);
}

