@charset "utf-8";

body{
    background: #000;
    color: #fff;
}

/* #wrap{
    max-width: 100%;
    overflow: hidden;
} */
#slide{
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#wrap > h1{
    padding-top: 149px;
    padding-bottom: 52px;
    font-size: 32px;
    font-weight: 100;
    font-style: italic;
}

.img_text{
    display: flex;
}

.process_img img{
    max-width: 100%;

}
.img_text .process_text{
    flex-grow: 1;
    padding-top: 60px;
    padding-right: 30px;
    margin-left: 3%;

    border-top: 1px solid #fff;
}
.process_text h2{
    font-size: 24px;
    font-weight: 700;
}
.process_text h3{
    font: 22px "Noto Sans KR", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.process_text p{
    font: 18px "Noto Sans KR", sans-serif;
    color: #ccc;
}
.process_text > div{
    margin-top: 10%;
}
.process_text > div p{
    color: #eee;
}
.process_text ul li{
    font-size: 16px;
    list-style: circle;
    color: #ccc;
    margin-left: 20px;
    margin-top: 5%;
}

/* swiper //////////// */
#slide{
    position: relative;
    bottom: 0;
}
.mySwiper2{
    
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/* .mySwiper2 .swiper-wrapper{
    position: absolute;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
  } */
/* .mySwiper2 .swiper-slide{
    position: absolute;
    left: 100%;
    width: 100%;
}
.mySwiper2 .swiper-slide:first-child{
    left: 0;
} */


.swiper{
    overflow: unset;
}
.cont_bar{
    padding: 20px;
}
.mySwiper {
    position: relative;
    margin-top: -138px;
}
.mySwiper ul{
    /* position: absolute;
    left: 5%;
    right: 5%; */

    /* z-index: 10;
    display: flex;
    justify-content: space-between; */
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.mySwiper .swiper-slide p{
    transform: translateY(0);
    transition: .8s;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active p{
    position: absolute;
    transform: translateY(-100px);
    width: 100%;
    margin: 0 auto;
}
.mySwiper .swiper-slide-thumb-active:last-child p, .mySwiper .swiper-slide-thumb-active:nth-child(3) p{
    position: absolute;
    transform: translateY(-130px);
    width: 100%;
    margin: 0 auto;
}

.mySwiper ul li{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.mySwiper ul li span{
    font-weight: 500;
    cursor: pointer;
}
.mySwiper ul li span.button{
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.mySwiper ul li:first-child span.button{
    position: absolute;
    top: -36px;
    left: -5px;
}
.mySwiper ul li:last-child span.button{
    position: absolute;
    top: -36px;
    right: -55%;
}
.mySwiper ul li:first-child{
    text-align-last: left;

}
.mySwiper ul li:last-child{
    text-align: right;

}

.control, .control2{
    color: #fff;
}
.control{
    text-indent: -9999px;
    padding-right: 2%;
}
.control span{
    text-indent: 0;
}
.control2{
    padding-left: 2%;
    text-indent: -9999px;
}
.control2 span{

    text-indent: 0;
}




/* 반응형 */
@media screen and (max-width:1155px) {
    .cont_bar ul li p{
        display: none;
    }
    .mySwiper .swiper-slide-thumb-active .button{
        color: #000;
        text-shadow: 0px 0px 12px #fff,0px 0px 10px #fff, 0px 0px 8px #fff, 0px 0px 5px #fff;
    }
}

@media screen and (min-width:971px) {


}/* PC */



@media screen and (max-width:970px) {
    #wrap > h1{
        padding-top: 90px;
        padding-bottom: 40px;
        text-align: center;
    }
    
    .swiper-button-next, .swiper-button-prev{
        top: 200px;
    }
    .img_text{
        flex-direction: column;
    }
    .mySwiper2{
        padding-bottom: 100px;
    }
    .process_img{
        margin-bottom: 30px;
    }
    .process_img img{
        object-fit: cover;
        width: 100%;
        height: 400px;
    }

    .img_text .process_text{
        margin: 0 3%;
        padding-top: 20px;
    }
    .process_text > div{
        margin-top: 50px;
    }
    .process_text ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .process_text ul li{
        margin-right: 10%;
    }
    .mySwiper{
        margin-top: -66px;
    }

}/* 970 */

@media screen and (max-width:500px) {
    #wrap > h1{
        padding-top: 80px;
        padding-bottom: 30px;
    }
    #wrap > h1{
        font-size: 24px;
    }
    .process_img img{
        height: 250px;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 130px;
    }
    .process_text h2{
        font-size: 18px;
    }
    .process_text h3{
        font-size: 16px;
    }
    .process_text p{
        font-size: 14px;
    }
    .process_text ul li{
        font-size: 12px;
    }
    
}/* 500 */