@charset "utf-8"; 
/* 새글 스킨 (latest) */
.empty { display:none; }

.theme_media { position:relative; }
.theme_media ul { }
.theme_media ul:after  { display:block; visibility:hidden; clear:both; content:""; }

.theme_media .gallery-imgBox { text-align:center; background:#fff; }
.theme_media .gallery-img { 
	max-width:100%; 
	max-height:230px;
}
/*  
.theme_media .card-btn {
	margin-top:1rem;
}
.theme_media .card-btn img {
	display:inline-block !important;
	width:46px !important;
	height:46px !important; 
}
*/


/* ================= 반응형 ================= */
@media screen and (max-width:1024px) {
}


@media screen and (max-width:768px) {
}