.eq_list_box{
    width: 100%;
    margin:100px auto;
}
.eq_info{
    padding: 100px 20px 20px 20px;
    text-align: center;
    float: left;
    width: 25%;
}

.eq_name { font-size:17px; font-weight:600; padding-top:20px}
.eq_list_box:nth-child(4n+1) {
    clear:both;
}

.eq_img img:hover{
	opacity:0.8
}
.eq_img img{
    cursor: pointer;
    width: 100%;
    object-fit: cover;
}
.eq_division{
    width: 100%;
    display: flex;
}
.eq_division div{
    background-color: rgb(230, 230, 230);
    padding: 20px;
    text-align: center;
    cursor: pointer;
    width: 50%;
}

.eq_division .on{
    background-color: #5286d3;
    color: white;
}

/* 팝업 */
.eq_hide_img { width:45%; margin:0 auto; padding:10px 0}
.eq_hide_info{
    display: none;
    width: 40%;
}
.eq_hide_name{
    text-align: center;
    font-size: 22px;
    padding: 20px;
    background-color: #5286d3;
    color: white;
}
.eq_hide_content{
    padding: 40px;
    font-size: 17px;
	line-height:1.6;
	word-break:keep-all
}
.slide .owl-stage{
    background-color: white;
}
.b-close{
    padding: 1%;
    width: 5%;
    height: 5%;
    position: absolute;
    right: -5%;
    top: -5%;

}

.slider { width: 100%; position:relative}
.slider .disabled {display:none;}
.slider .owl-stage-outer{width: 100%; margin: 0 auto; background-size: contain;}
/* .slider .owl-nav{position:absolute;width:100%;bottom:50%} */
.owl-prev{width:7%;height:100%;position:absolute;top:0; left:-7%; background-color:transparent; font-size:60px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; cursor:pointer;}
.owl-next{width:7%;height:100%;position:absolute;top:0; right:-7%; background-color:transparent; font-size:60px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; cursor:pointer;}

/* 팝업 */


@media all and (max-width:1350px){
    .eq_info{
        width: 33%;
        float: left;
    }
    .eq_list_box:nth-child(3n+1) {
        clear:both;
    }
    .eq_hide_info{
        width: 55%;
    }
}
@media all and (max-width:1100px){
    .eq_info{
        width: 50%;
        float: left;
    }
    .eq_list_box:nth-child(2n+1) {
        clear:both;
    }
    .eq_hide_info{
        width: 60%;
    }
}
@media all and (max-width:650px){
    .eq_info{
        width: 100%;
        float: left;
    }
    .eq_list_box:nth-child(n+1) {
        clear:both;
    }
    .eq_hide_info{
        width: 70%;
    }
}
