/* 버튼 */
.btn_wrap>div, .btn_go{
    cursor: pointer;
}
.btn_go:hover{
    color: #EF7E54;
    transition: all 0.3s;
}


/* 스와이퍼 */
/*-- container_sliding --*/
.swiper-pagination{
    display: none;
}
.service_form .container_sliding {
    /* margin-left: -50px; */
}
.img_sliding {
    width: 388px;
    height: auto;
    max-width: 388px;
    flex-shrink: 0;
    border-width: 20px;
}
.info_sliding {
    border-width: 20px;
}
.service_form .container_sliding .swiper-container .btn_info_sliding {
    /* position: absolute; */
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.service_form .container_sliding .swiper-container .btn_info_sliding div {
    color: #F5B757;
    cursor: pointer;
}



/*---------- media --------- */
/*---- 모바일 공통 -----*/
@media screen and (max-width: 767px) {
    .content_box {margin-top: -630px;}
    .section_02_wrap {border-radius: 80px;}
    .img_sliding {
        border-width: 12px;
    }
    .info_sliding {
        border-width: 12px;
    }
    .text_detail {display: none;}
}
@media screen and (max-width: 600px) {
    .img_sliding {
        width: 85%;
        height: auto;
    }
    .info_sliding{
        position: absolute;
        bottom: 0;
        right: 10px;
        height: 26%;
        width: 320px;
    }
    .info_sliding>div {
        width: 95%;
        margin: 0 auto;
    }
    .swiper-container{
        height: 560px;
    }
    .service_form .container_sliding .swiper-container .btn_info_sliding{
        display: none;
    }
}
/*---- 모바일-sm -----*/
@media screen and (max-width: 400px) {
    .info_sliding{
        width: 75%;
    }
    .swiper-container{
        height: 490px;
    }
}
/*---- 모바일-xs -----*/
@media screen and (max-width: 320px) {
    .content_box {margin-top: -610px;}
    .img_sliding {
        border-width: 8px;
    }
    .info_sliding{
        height: 30%;
        width: 83%;
        border-width: 8px;
    }
    .swiper-container {
        height: 440px;
    }
    .section_02_wrap{ border-radius: 60px;}
    .text_icon {
        display: none;
    }
}
/*---- tab -----*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
    .info_sliding{
        position: absolute;
        bottom: 0;
        right: 10%;
        height: 34%;
        width: 350px;
    }
    .info_sliding>div {
        width: 95%;
        margin: 0 auto;
    }
    .swiper-container{
        height: 570px;
    }
    .service_form .container_sliding .swiper-container .btn_info_sliding{
        width: 90%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content_box{margin-top: -600px;}
    .section_02_wrap{ border-radius: 100px;}
}
/*---- pc저해상도 -----*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .content_box{margin-top: -500px;}
    .main_text{width: fit-content;}
    .section_02_wrap{ border-radius: 130px;}
    .info_sliding{
        width: 388px;
    }
}
/*---- pc고해상도 -----*/
@media screen and (min-width: 1280px) {
    .content_box{margin-top: -270px;}
    .main_text{width: fit-content;}
    .section_02_wrap{ border-radius: 150px;}
    .info_sliding{
        width: 388px;
    }
}
