
/* 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: 1px #ddd solid;
    
}
.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;
    
}
.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: 1px #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 .caption {
    padding: 25px 20px 10px 20px;
    color: #000;
    
}
.wiztheme_list_gallery_wrap .box_wrap .box .caption  h3 {
    transition: all .3s;
    z-index: 2
}
.wiztheme_list_gallery_wrap .box_wrap .box .caption a h3 {
    font-size: 20px;
    line-height: 22px; 
    font-weight: 600;
    font-family: 'Noto Sans KR';
    color: #000;
    margin: 0;
    position: relative;
  text-decoration: none;
  display:inline-block;
  z-index: 1
  
}
.wiztheme_list_gallery_wrap .box_wrap .box .caption  a h3::before  {
    background: rgba(255, 234, 93, 1);
    content: "";
    height: 5px;
    left: 0;
    margin-top: 18px;
    position: absolute;
    width: 0%;
    transition: 0.5s;
    z-index: -1
}
.wiztheme_list_gallery_wrap .box_wrap .box .caption  h3:hover::before 
	{
		width: 100%;
	}


.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:992px){  
    .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 .caption {
        padding: 12px 20px 0px 20px;
        color: #000;
        
    }
    .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%;
    }

}
