<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* common */
.ubc_list_gallery_wrap .box_wrap.col_1 {
    width: 100%;
    height: auto;
}
.ubc_list_gallery_wrap .box_wrap.col_2 {
    width: 50%;
    height: auto;
}
.ubc_list_gallery_wrap .box_wrap.col_3 {
    width: 33.3333333333%;
    height: auto;
}
.ubc_list_gallery_wrap .box_wrap.col_4 {
    width: 25%;
    height: auto;
}
.ubc_list_gallery_wrap .box_wrap.col_5 {
    width: 20%;
    height: auto;
}
.ubc_list_gallery_wrap .box_wrap.col_6 {
    width: 16.6666666667%;
    height: auto;
}

/* common end */
.ubc_list_gallery_wrap {
    display:flex;
    flex-wrap:wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;


}

.ubc_list_gallery_wrap .box_wrap {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}



.ubc_list_gallery_wrap .box_wrap .box {
    border: 1px #ddd solid;

}
.ubc_list_gallery_wrap .box_wrap .box p.category {
    display: none;
     position: absolute;
     background: rgba(255, 255, 255, 0.3);
     padding: 9px 20px;
     color: #000;
     font-size:13px;
     font-weight:600;

     letter-spacing: 1px;
     border-radius: 2em;
     margin-top: 12px;
     margin-left: 12px;
}
.ubc_list_gallery_wrap .box_wrap .box img {
    width: 100%;
    height: auto;

}
.ubc_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;

}

.ubc_list_gallery_wrap .box_wrap .box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ubc_list_gallery_wrap .box_wrap .box .caption {
    padding: 15px 15px 15px 15px;
    color: #000;

}
.ubc_list_gallery_wrap .box_wrap .box .caption  h3 {
    transition: all .3s;
    z-index: 2
}
.ubc_list_gallery_wrap .box_wrap .box .caption a h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;

    color: #000;
    margin: 0;
    position: relative;
  text-decoration: none;
  display:inline-block;
  z-index: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}

.ubc_list_gallery_wrap .box_wrap .box .caption  h3:hover::before
	{
		width: 100%;
	}


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

}

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

.ubc_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;
}

.ubc_list_gallery_wrap .box_wrap .box .caption .data_box i {
    font-weight: 100;
}
@media(max-width:992px){
    .ubc_list_gallery_wrap {
        margin-top: 25px;


    }
    .ubc_list_gallery_wrap .box_wrap.col_3,
    .ubc_list_gallery_wrap .box_wrap.col_4,
    .ubc_list_gallery_wrap .box_wrap.col_5,
    .ubc_list_gallery_wrap .box_wrap.col_6 {
        width: 50%;
    }.ubc_list_gallery_wrap .box_wrap .box .caption {
        padding: 12px 20px 20px 20px;
        color: #000;

    }
    .ubc_list_gallery_wrap .box_wrap .box .caption a h3 {
        font-size: 18px;
        line-height: 19px;
        font-weight: 600;

        color: #000;
        margin: 0;
    }
    .ubc_list_gallery_wrap .box_wrap .box .caption .data_box {
        margin-top: 10px;
        padding-bottom: 20px;
        display:flex;

    }

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

    .ubc_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){
    .ubc_list_gallery_wrap .box_wrap.col_3,
    .ubc_list_gallery_wrap .box_wrap.col_4,
    .ubc_list_gallery_wrap .box_wrap.col_5,
    .ubc_list_gallery_wrap .box_wrap.col_6 {
        width: 100%;
    }

}
</pre></body></html>