/* common */
.wiztheme_list_gallery_wrap .box_wrap.col_1 {
    width: 100%;
    height: auto;
}

.wiztheme_list_gallery_wrap .box_wrap.col_2 {
    width: 50%;
    height: auto;
}

.wiztheme_list_gallery_wrap .box_wrap.col_3 {
    width: 33.3333333333%;
    height: auto;
}

.wiztheme_list_gallery_wrap .box_wrap.col_4 {
    width: 25%;
    height: auto;
}

.wiztheme_list_gallery_wrap .box_wrap.col_5 {
    width: 20%;
    height: auto;
}

.wiztheme_list_gallery_wrap .box_wrap.col_6 {
    width: 16.6666666667%;
    height: auto;
}

/* common end */

.wiztheme_list_gallery_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;


}
.wiztheme_list_gallery_wrap .box_wrap {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;


}

.wiztheme_list_gallery_wrap .box_wrap .box {
    border: 0;
    position: relative;


}

.wiztheme_list_gallery_wrap .box_wrap .box img {
    width: 100%;
    height: auto;

}

.wiztheme_list_gallery_wrap .box_wrap .box {
    padding: 0;
    background-color: #fff;
    margin: 0;
    transition: 0.3s;
    border-radius: 0;
    border: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.0);
    border: 0px #d9d9d9 solid;

}

.wiztheme_list_gallery_wrap .box_wrap .box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* 오버레이 */
.wiztheme_list_gallery_wrap .box_wrap .box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* transition: .5s ease; */
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.wiztheme_list_gallery_wrap .box_wrap .box:hover .overlay {
    opacity: 1;
}


.wiztheme_list_gallery_wrap .box_wrap .box .overlay .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    line-height: 22px;
    padding-left: 80px;
    padding-right: 80px;
}

.wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 26px;
}

.wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a h2 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 26px;
}
.wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a:focus,
.wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a:hover {
    text-decoration: none;
    outline: none;
}
@media(max-width:1399px) {
    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text {
        line-height: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        line-height: 20px;
    }

    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a h2 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }
}
@media(max-width:991px) {
    .wiztheme_list_gallery_wrap {
        
        margin-top: 25px;
    
    
    }

    .wiztheme_list_gallery_wrap .box_wrap.col_3,
    .wiztheme_list_gallery_wrap .box_wrap.col_4,
    .wiztheme_list_gallery_wrap .box_wrap.col_5,
    .wiztheme_list_gallery_wrap .box_wrap.col_6 {
        width: 50%;
    }

    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text {
        line-height: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 15px;
        line-height: 24px;
    }

    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a h2 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 26px;
    }


}

@media(max-width:768px) {

    .wiztheme_list_gallery_wrap .box_wrap.col_3,
    .wiztheme_list_gallery_wrap .box_wrap.col_4,
    .wiztheme_list_gallery_wrap .box_wrap.col_5,
    .wiztheme_list_gallery_wrap .box_wrap.col_6 {
        width: 100%;
        
    }
    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a h2 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 20px;
    }
    .wiztheme_list_gallery_wrap .box_wrap .box .overlay .text a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        line-height: 20px;
    }

}