
/* 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 */

/*여기서부터 갤러리 썸네일 관련 css */
.wiztheme_list_gallery_wrap {
    display:flex;
    flex-wrap:wrap;
    gap: 2em;
    
}
.wiztheme_list_gallery_wrap .box_wrap {
    aspect-ratio:580/375;
    flex:1;
    min-width: 47%;
    max-width: 47%;
    border-radius: 1em;
    overflow: hidden;
    position: relative;
}
/*
.wiztheme_list_gallery_wrap .box_wrap .box p.category {
     position: absolute;
     background: rgba(255, 255, 255, 0.3);
     padding: 9px 20px;
     color: #000;
     font-size:13px;
     font-weight:600;
     font-family: 'Nanum Gothic';
     letter-spacing: 1px;
     border-radius: 2em;
     margin-top: 12px;
     margin-left: 12px;
}
*/

.wiztheme_list_gallery_wrap .box_wrap .box img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.wiztheme_list_gallery_wrap .box_wrap .box:hover img {
    transform: scale(1.1);
}
.wiztheme_list_gallery_wrap .box_wrap .box {
    position: relative;
    padding: 0;
    background-color: #fff;
    margin: 0;
    transition: 0.3s;
    border-radius: 0;
    border: 0;
    
}

.wiztheme_list_gallery_wrap .box_wrap .box a {
    width: 100%;
    height: 100%;
}

  
.wiztheme_list_gallery_wrap .box_wrap .box .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0;
}

.wiztheme_list_gallery_wrap .box_wrap .box:hover .caption {
    opacity: 1;
    
}

.wiztheme_list_gallery_wrap .box_wrap .box .caption a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
    color: #FFF !important;
    font-weight: 400 !important;
}


.wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box {
    margin-top: 15px;
    padding-bottom: 20px;
    display:flex;

}

.wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box .date {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box .hit {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    margin-left: auto;
}

.wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box i {
    font-weight: 100;
}
@media(max-width:991px){  
    .wiztheme_list_gallery_wrap {
        flex-direction: column;
    
        
    }

    .wiztheme_list_gallery_wrap .box_wrap {
        width: 100% !important;
        min-width: unset;
        max-width: unset;
    }
    
    .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 .caption a h3 {
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
        font-family: 'Noto Sans KR';
        color: #000;
        margin: 0;
    }
    .wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box {
        margin-top: 10px;
        padding-bottom: 20px;
        display:flex;
    
    }
    
    .wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box .date {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .wiztheme_list_gallery_wrap .box_wrap .box .caption .data_box .hit {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight:600;
        margin-left: auto;
    }

}
@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%;
    }

}



/*뒤로가기 버튼 숨김 */
.s_visual_wrap.product_head .slide a {
    display: none;
}

.td_chk {
    position: absolute;
    z-index: 2;
}
.td_chk label {
    display: none;
}